Existing PHP/JS Code showing error in import statement

63 views Asked by At

I received an existing site code in PHP and JS, which I have imported to Netbeans. But the C3js and D3js and jQuery bower components are showing errors for import statements.

Any idea on how to figure it out ?

1

There are 1 answers

1
Rupesh S. On

It is possible that your netbeans is not able to find the required libraries for that import statement. You need to download those libraries if they are missing.