Error in apollojs server.js
When I am importing var HTMLParser = require('fast-html-parser'); I got this error.
node: 8.9.1 npm: 5.8.0 webpack-dev-server: 2.7.1 webpack: 3.10.0 OS: debian
ERROR in ./node_modules/apollojs/server.js
Module not found: Error: Can't resolve './package' in '/home/vlad/workspace/riotjsbyfly/node_modules/apollojs'
@ ./node_modules/apollojs/server.js 270:11-31
@ ./node_modules/fast-html-parser/index.js
@ ./src/pages/index/ri/app.tag
@ ./src/pages/index/index.js
@ multi (webpack)-dev-server/client?http://localhost:5555 ./src/pages/index/index.js
webpack: Failed to compile.
Did anybody see/meet this?
Would like to drop apollo.js in #19. Help wanted.
Whats the solution? Now what to do? Should I use your package?
Whats the solution? Now what to do? Should I use your package?
I no longer maintain my npm packages and have no plan on fixing them.
Great 😀
On Thu, Jan 17, 2019, 8:32 PM Xiaoyi <[email protected] wrote:
Whats the solution? Now what to do? Should I use your package?
I no longer maintain my npm packages and have no plan on fixing them.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ashi009/node-fast-html-parser/issues/14#issuecomment-455202832, or mute the thread https://github.com/notifications/unsubscribe-auth/AFMnTBAkx7JsA4SEuhGI-tVLUdFNip0vks5vEJCQgaJpZM4TJGQC .
Hi @vladislavkovaliov. How have you solved the problem?