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
Error: Cannot find module 'require-from-string'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:609:15)
at Function.Module._load (internal/modules/cjs/loader.js:535:25)
at Module.require (internal/modules/cjs/loader.js:663:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (/Users/kimgysen/Documents/zwoop/website/history/webpack-hot-server-middleware/src/index.js:5:27)
at Module._compile (internal/modules/cjs/loader.js:734:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:745:10)
at Module.load (internal/modules/cjs/loader.js:626:32)
at tryModuleLoad (internal/modules/cjs/loader.js:566:12)
at Function.Module._load (internal/modules/cjs/loader.js:558:3)
Node version: 11.9.0
I installed the packages using npm install (not using yarn).
I can see the npm package require-from-string in then node_modules folder though.
Note: if the project is not supported anymore, you should mark it as deprecated, as we don't want this to end up in production otherwise.
The text was updated successfully, but these errors were encountered:
When running the example on Mac OSX High Sierra, it throws an error:
Kims-MacBook-Pro-401:example kimgysen$ npm start
Node version: 11.9.0
I installed the packages using npm install (not using yarn).
I can see the npm package require-from-string in then node_modules folder though.
Note: if the project is not supported anymore, you should mark it as deprecated, as we don't want this to end up in production otherwise.
The text was updated successfully, but these errors were encountered: