Pim-community-dev: Module not found: Error: Can't resolve 'pim/form-builder' in '/home/node/web/bundles/pimui/js'

Created on 28 May 2019  ·  3Comments  ·  Source: akeneo/pim-community-dev

I'm reporting a Bug

Module not found: Error: Can't resolve 'pim/form-builder' in '/home/node/web/bundles/pimui/js'

pim-community-standard 3.0.21 fresh install.
https://github.com/akeneo/pim-community-standard/archive/v3.0.21.tar.gz

Most helpful comment

@vsilent just experienced the same issue. In my case it was when using docker for php while using node on host. It was fixed after switching to php on host machine and launching php bin/console pim:installer:dump-require-paths.

All 3 comments

yarn install v1.13.0
warning package.json: No license field
warning [email protected]: No license field
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.65s.
yarn run v1.13.0
warning package.json: No license field
$ yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod
warning package.json: No license field
$ NODE_PATH=node_modules node $npm_package_config_check --source=$npm_package_config_source
Starting webpack from /home/node in prod mode

WebpackCleanupPlugin: 0 file(s) deleted.
Version: webpack 3.5.5
Time: 10761ms
              Asset       Size  Chunks             Chunk Names
        main.min.js     191 kB       0  [emitted]  main
      vendor.min.js  701 bytes       1  [emitted]  vendor
    manifest.min.js    1.44 kB       2  [emitted]  manifest
    main.min.js.map     931 kB       0  [emitted]  main
  vendor.min.js.map    1.76 kB       1  [emitted]  vendor
manifest.min.js.map    7.72 kB       2  [emitted]  manifest

ERROR in ./web/bundles/pimui/js/index.js
Module not found: Error: Can't resolve 'pim/form-builder' in '/home/node/web/bundles/pimui/js'
 @ ./web/bundles/pimui/js/index.js 1:13-138
 @ multi babel-polyfill ./web/bundles/pimui/js/index.js

@vsilent just experienced the same issue. In my case it was when using docker for php while using node on host. It was fixed after switching to php on host machine and launching php bin/console pim:installer:dump-require-paths.

This issue is closed for inactivity. Please feel free to reopen it if needed.
Regards.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

henryktews picture henryktews  ·  4Comments

Piotr-Borek picture Piotr-Borek  ·  5Comments

oliverde8 picture oliverde8  ·  3Comments

ronthedrummer picture ronthedrummer  ·  3Comments

jjanvier picture jjanvier  ·  4Comments