Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module './Imagefield' #136

Closed
fillipeweb opened this issue Jan 26, 2017 · 2 comments
Closed

Cannot find module './Imagefield' #136

fillipeweb opened this issue Jan 26, 2017 · 2 comments

Comments

@fillipeweb
Copy link

I have been having the following warning when a run npm install:

> undefined postinstall /home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio
> bower install

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.17: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

And when I try to run gulp serve, the following issue:

Error: Cannot find module './Imagefield' from '/home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio/app/scripts/studio/forms'
    at /home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21
    at load (/home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43)
    at onex (/home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31)
    at /home/fillipecordeiro/development/projects/javascript/AndroidAssetStudio/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47
    at FSReqWrap.oncomplete (fs.js:112:15)

What's happening?

Thanks.

@romannurik
Copy link
Owner

Whoops likely a typo that affects case sensitive file systems. Need to fix that to ImageField instead of lower case

@fillipeweb
Copy link
Author

No problem, done :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants