Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Unhandled Rejection at: Promise; no such file or directory #2644

Open
lensKamdem opened this issue Jul 12, 2018 · 1 comment
Open

Unhandled Rejection at: Promise; no such file or directory #2644

lensKamdem opened this issue Jul 12, 2018 · 1 comment

Comments

@lensKamdem
Copy link

i tried to run
modulizer --importl-style name --out .
and got this error. Any fix?
? npm package version? 1.0.0
[1/2] 馃寑 Converting Package...
Out directory: /media/lens/Data/Docs/Nowru/nowruPlatform
Unhandled Rejection at: Promise Promise {
{ Error: ENOENT: no such file or directory, stat '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp'
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp' } } reason: { Error: ENOENT: no such file or directory, stat '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp'
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp' }
(node:9283) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
Unhandled Rejection at: Promise Promise {
{ Error: ENOENT: no such file or directory, stat '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp'
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp' } } reason: { Error: ENOENT: no such file or directory, stat '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp'
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/media/lens/Data/Docs/Nowru/nowruPlatform/.meteor/local/dev_bundle/lib/node_modules/sqlite3/node_modules/.bin/node-pre-gyp' }

@ghost
Copy link

ghost commented Jul 24, 2018

If modulizer --importl-style name --out is verbatim what you used, I think there is a typo in your command. Should be modulizer --import-style name --out

Failing that, Modulizer README also says to run the following before running modulizer:

bower cache clean && bower install

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

No branches or pull requests

1 participant