@sapana wrote:
Hi,
I installed fs in my app by using this commnad
npm install fs --save
and in my model take reference of fs like
import * as fs from ‘fs’;
error is:
Couild not fine module ‘fs’ imported from 'testapp/models/testmodel
how can i resolve this issue
Posts: 2
Participants: 2