Error: Library prettydiff.beautify.markdown does not exist on VScode - css

After installing pretty formatter extension and tried to format css file the below error display and removed all css code.
vscode Error: Library prettydiff.beautify.markdown does not exist.
Any solutions please?

After some workaround I found a solution.
I installed the another extension 'Beautify css/sass/scss/less'
Now that error dissappeared.

Related

l3backend.sty not found

Where can i find the latex file l3backend.sty. I installed l3backend package via Miktex but still the file is not there. I get error message l3backend.sty not found Please anyone help. I am stuck
I think there is no l3backend.sty. Whether your tex file file was calling l3backend.sty you can skip by \expandafter. Try in your preamble
\expandafter\def\csname
ver#l3backend.sty\endcsname{}

Cannot get mPdf working

I use composer require mpdf/mpdf to install it.
when trying example I got error:
Parse error: syntax error, unexpected '.', expecting '&' or variable
(T_VARIABLE) in /var/www/randomizer/library/mpdf/src/functions-dev.php
on line 4
hope someone can help me with this issue.
Ensure you are running PHP5.6 or higher when attempting to run the examples. Your CLI might be a different version which is why it didn't complain when you installed Mpdf via composer.

What is this error: File does not exist error with roxygenise?

I have been using roxygen2::roxygenise quite successfully with my package to build exported and imported functions. However, I recently ran into this error which I am unable to resolve:
> roxygen2::roxygenise()
First time using roxygen2. Upgrading automatically...
Error: File file does not exist
This is not the first time I have used roxygen2 with this package. In addition, I am not quite sure what "File file does not exist" means. Has anyone else seen this and been able to resolve it?
I think you have to set the working directory of R to be the package folder
I got the same error when using:
roxygen2::roxygenise("mypackage")
But, I didn't get the error when I instead used:
library(roxygen2)
roxygenise()
I know this is no explanation and I can't comment upon whether this works beyond my case.

Error: Cannot find module 'react/lib/invariant'

Not sure if any one of you have ever faced this issue. I have tried checking various sources online but nothing solved my issue.
I am following a tutorial on how to create a Meteor+ionic+react application from this link
https://medium.com/#SamCorcos/meteor-react-ionic-mobile-app-part-1-the-basic-template-9355ebf3397f#.qtl4fl5st
when i add the line
ReactRouter=require("react-router");
inside app.browserify.js and run the application, i get the following error.
Error: Cannot find module 'react/lib/invariant'
I am using following versions
react 0.14.3
cosmos:browserify 0.9.3
meteorhacks:npm 1.5.0
npm-container 1.2.0+
I am surely missing something thing here. Can anyone help.
Thanks,
Sri TejN
I found the solution myself. Just install the ReactRouter that is present in the meteor packages and do not include the line “ReactRouter = require(“react-router”);” in the file “ app.browserify.js”. But you can use the variable ReactRouter anywhere else in the code.
Just to confirm, in my case the solution also worked and added ReactRouter package:
meteor add reactrouter:react-router
Then commenting out line:
//ReactRouter = require("react-router");
In file lib/app.browserify.js and running Meteor again fixed the problem.
Thanks Sri Tej Narala.

phpexcel doesn't work in preprocess function for drupal 7

I'm trying to use phpexcel to parse .xls files but I always get the same error :
Fatal error: Class 'PHPExcel_IOFactory' not found
I have installed the phpexcel module without any errors. Where is problem ?
Thanks.
In addition to enabling the module, you need to download the PHPExcel library (version 1.7).
After that PHPExcel library can be extracted in any libraries folder you want (sites/*/libraries). You should have sites/*/libraries/PHPExcel/Classes/PHPExcel.php.
Hope this will help.

Resources