You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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' }
The text was updated successfully, but these errors were encountered: