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
Клонировал проект, запустил make и получил результат ниже.
username$: make
node_modules/.bin/enb make
15:14:18.258 - build started
15:14:18.319 - [deprecate] [/Users/username/Documents/project/reader/node_modules/enb-bevis/techs/deps.js(37.20)] async-require is deprecated. Please use enb-async-require.
15:14:18.743 - build failed
15:14:18.746 - build failed
Error: Cannot find module 'enb/techs/css'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/username/Documents/project/reader/node_modules/enb-stylus/techs/css-stylus.js:24:18)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Клонировал проект, запустил
make
и получил результат ниже.The text was updated successfully, but these errors were encountered: