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
The npm install command only installs dependencies. The package is written in TypeScript and requires compilation. If you clone a repository rather than installing a package from the npm registry, you need to understand its internal arrangements (assembly, bundling, etc.).
Environment
Actual behavior
Error: Cannot find module '/tmp/fast-glob-test/node_modules/fast-glob/build/index.js'
Expected behavior
The module should load as expected.
Steps to reproduce
npm install ../fast-glob
node -e "const fg = require('fast-glob');"
Code sample
The text was updated successfully, but these errors were encountered: