This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
I have searched high and low for anyone else experiencing this issue and cannot find a solution. In Angular 4 with Webpack 2 anytime I add var raml = require("raml-1-parser"); I instantly get the following errors.
-
/ts-structure-parser/dist/helperMethodExtractor.js
Module not found: Error: Can't resolve 'fs
-
/~/ts-structure-parser/dist/fsUtils.js
Module not found: Error: Can't resolve 'fs'
Am I missing something or is this a known issue.