-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Heya, I'm getting the error mentioned in the title @0.1.4. Here's the full trace:
internal/modules/cjs/loader.js:337
throw err;
^
Error: Cannot find module '[…]/node_modules/sveltefire/dist/index.js'. Please verify that the package.json has a valid "main" entry
at tryPackage (internal/modules/cjs/loader.js:329:19)
at Function.Module._findPath (internal/modules/cjs/loader.js:690:18)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1017:27)
at Function.Module._load (internal/modules/cjs/loader.js:899:27)
at Module.require (internal/modules/cjs/loader.js:1090:19)
at require (internal/modules/cjs/helpers.js:75:18)
at Object.<anonymous> ([…]/__sapper__/dev/server/server.js:10:18)
at Module._compile (internal/modules/cjs/loader.js:1201:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1221:10)
at Module.load (internal/modules/cjs/loader.js:1050:32) {
code: 'MODULE_NOT_FOUND',
path: '[…]/node_modules/sveltefire/package.json',
requestPath: 'sveltefire'
Now I don't know much about JS packaging, but it really does seem like there's no dist/ directory in the NPM package.
tv42, Suya1671 and loicmarie
Metadata
Metadata
Assignees
Labels
No labels